-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Revert cloud agents for now #8713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Review SummaryThis PR cleanly reverts the cloud agents feature that was previously introduced. The revert is complete and consistent: ✅ All cloud agent functionality properly removed No issues found - this is a clean revert with no new bugs introduced. |
| "scrollToBottom": "Scorri fino alla fine della chat", | ||
| "about": "Roo Code è un intero team di sviluppo AI nel tuo editor.", | ||
| "docs": "Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.", | ||
| "about": "Genera, refactor e debug del codice con l'assistenza dell'IA. Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typographical note: In the string "Genera, refactor e debug del codice..." consider revising "refactor" to an Italian-equivalent term (e.g. "refattorizza") or to maintain consistency, as the rest of the text is in Italian.
| "about": "Genera, refactor e debug del codice con l'assistenza dell'IA. Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.", | |
| "about": "Genera, refattorizza e debug del codice con l'assistenza dell'IA. Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.", |
| }, | ||
| "stickyModels": { | ||
| "title": "粘性模式", | ||
| "description": "每个模式 都会记住 您上次使用的模型" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: There is an extra space in the description text "每个模式 都会记住 您上次使用的模型" — consider removing the space so it reads "每个模式都会记住您上次使用的模型".
| "description": "每个模式 都会记住 您上次使用的模型" | |
| "description": "每个模式都会记住您上次使用的模型" |
Important
Revert cloud agents feature by removing related code, tests, and UI components, and make minor styling and formatting adjustments.
getCloudAgents()method fromCloudAPI.ts.CloudAgentinterface andcloudAgentsResponseSchemafromcloud.ts.CloudAPI.test.tsandwebviewMessageHandler.cloudAgents.test.ts.CloudAgents.tsxcomponent and its test fileCloudAgents.spec.tsx.webviewMessageHandler.ts.CloudAgentscomponent usage fromChatView.tsx.ChatTextArea.tsxandTaskHeader.tsxfor minor styling changes.HistoryPreview.tsxandTaskItem.tsxfor layout and styling.ClineProvider.tsandchutes.ts.This description was created by
for e1dc8f5. You can customize this summary. It will automatically update as commits are pushed.